/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    centrep
    {
        type            patch;
        nFaces          1;
        startFace       998;
    }
    surfacep
    {
        type            patch;
        nFaces          1;
        startFace       999;
    }
    surfacen
    {
        type            patch;
        nFaces          1;
        startFace       1000;
    }
    centren
    {
        type            patch;
        nFaces          1;
        startFace       1001;
    }
    empty
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          4000;
        startFace       1002;
    }
)

// ************************************************************************* //
